﻿/*
Brelauer CSS Stylesheet
Expertly coded by: Steven Glenn Shenton
Exquisitely designed by: Spencer Davies
Date Created: 14th January 2009

Last Updated: #
Changes Made: #
*/

/*

Stats:

Width: 798px (854 Pixels with padding-left of 31 and padding-right of 25)

*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* Styles */

*, body, .col1, .col2{
	font-family: Calibri, Cambria, Helvetica, Verdana, Sans-serif;
	font-size: 12.5px;
	line-height: 17px;
}

body{
	background-color: #fff;
}

a{
	color: #981e33;
}

/* page wrappers */
#contactMeContainer, #registerContainer, #loginContainer, #searchContainer, #propertyDetailsContainer, #requestViewingContainer, #shortListContainer, #emailFriendContainer{
	width: 748px;
	margin: 0px auto;
}

#propListContainer{
	width: 798px;
	margin: 0px auto;
}


#mainToolBar, #propDetToolBarCont1, #maintoolbarBtm, #propFavToolBar, #propFavToolBar{
	font-weight: bold;
	float: left;
	background-color: #820050;
	width: 100%;
	padding: 10px;
}

#mainToolBar a, #propListToolBarCont a, #propDetToolBarCont1 a, #maintoolbarBtm a, #propFavToolBar a, #propFavToolBar a{
	color: #fff;
	text-decoration: none;
}


#propListToolBarCont, #propDetToolBarCont1, #mainToolBar, #maintoolbarBtm, #propFavToolBar{
	margin: 10px 0 15px 0;
}

#propListToolBarCont div, #propDetToolBarCont1 div, #mainToolBar div, #maintoolbarBtm div, #propFavToolBar div{
	display: inline;
	margin-right: 10px;
}

#propListToolBarCont{
	font-weight: bold;
	float: left;
	background-color: #820050;
	width: 500px;
	padding: 10px;
}

#propListPrevNextCont{
	display: inline;
	float: left;
	margin: 10px 0 15px 0;
	font-weight: bold;
	width: 278px;
	background-color: #820050;
	color: #fff;
}

#propListPrevNextCont a{
	color: #fff;
}

td.col2{
	margin-left: 10px;
}

ul#propListPropertyList {
	clear: both;
	height: 400px;
	overflow: auto; 
}

#propFavBody #propListPropertyList{
	width: 790px;
}

li.propListItemCont{
	width: 600px;
}

/* Listing Specific */

#propListContainer .pagingLinks{
	display: inline;
	float: right;
	margin: 10px 0 10px 0;
	font-weight: bold;
}

#propListContainer .pagingLinks td{
	padding: 0 12px 0 0;
}

#propListPropertyList li {
	width: 748px;
	padding: 10px;
	clear: both;
	margin-bottom: 10px;
	background-color: #fff;
	border-bottom: 1px dotted #000;
}

.propListItemTemplateAdvertHeader{
	float:left;
	font-size: 14px;
	font-weight: bold;
	margin: 0 40px 10px 0;
}

.propListItemTemplatePriceText {
	float:left;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.propListItemTemplateDescription {
	float:left;
	width: 550px;
	margin: 0 0 10px 0;
}

.propListItemTemplatePropImage{
	float: right;
	height: 100%;
}

.propListItemTemplatePriority {
	float:left;
	text-align: left;
	font-weight: bold;
	color: #981e33;
	clear: both;
	margin: 0 40px 0 0;
	width: 60px;
}

.propListItemTemplateBranch{
	float:left;
	text-align: right;
	font-style:italic;
	font-size: 10px;
	margin: 0 40px 0 0;
}

.propListItemTemplateReference {
	float:left;
	text-align: right;
	font-style:italic;
	font-size: 10px;
}

#propListContainer img{
	vertical-align: bottom;
	width: 150px;
	margin-right: 10px;
}

.removeProp {
	height: 100%;
	width: 10px;
	float:left;
}

.propListItemTemplateEmptyDiv{
	clear: both;
}

/* Registration page Specific */

#registerCol1 .col1, #registerCol2 .col1{
	width: 200px;
}

#registerCol1 tr, #registerCol2 tr{
	height: 30px;
}

#divRegPages h4{
	float:left;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#registercontainer #lblPasswordMsg{
	display: block;
	padding: 5px;
	margin: 10px 0 10px 0;
}

#divRegPages{
	width: 700px;
	clear: both;
}

.titlebox{
	width: 700px;
}

table #Table2{
	width: 700px;
}

#TxtNotes{
	width: 700px;
}

/* Property Details Specific */

#propDetPowLogoCont {
	text-align: center;
	clear: both;
}

/* Property Search Specific */

#searchContainer .scrolling {
	clear: both;
}

#searchContainer .scrolling #titlebox h4{
	font-weight: bold;
	margin-bottom: 10px;
}

#buttonContBtm{
	display: none;
}

#searchContainer #formTable{
	width: 330px;
	margin-right: 20px;
	float: left;
}

#searchContainer fieldset#basicSearch{
	width: 350px;
	margin: 0 20px 0 0;
	float: left;
	display: inline;
}

#searchContainer fieldset#advancedSearch{
	width: 350px;
	float: left;
}

#searchContainer #leftPane {
	width: 370px;
	float: left;
}


#searchContainer fieldset#buttons{
	clear: both;
}

#searchContainer fieldset#highLowDD input#rdoSort_1 label{
	float: left;
	width: 100px;
}

#searchContainer fieldset#basicSearch label.searchLabel{
	float: left;
	margin: 10px 0 10px 0;
}

#searchContainer fieldset#basicSearch select, 
#searchContainer fieldset#basicSearch input{
	width: 350px;
	float: left;
}

#searchContainer fieldset#highLowDD input#rdoSort_0{
	width: 20px;
	float: left;
	margin: 0 10px 0;
}

#searchContainer fieldset#highLowDD#rdoSort_1{
	width: 20px;
	float: left;
}

#searchContainer #priceOrder{
	display: inline;
}
#searchContainer fieldset#highLowDD {
	width: 350px;
	float: left;
	margin: 10px 0 10px 0;
	}
#searchContainer fieldset#basicSearch .currencyLabel, #searchContainer fieldset#basicSearch .currencyDropdown{
	display: none;
}

#searchContainer fieldset#basicSearch legend, #searchContainer fieldset#advancedSearch legend{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#searchContainer #treenavTable{
	width: 300px;
	float: left;
}

#searchContainer #formTable .col1{
	width: 200px;
	height: 30px;
}

#searchContainer #titlebox h4{
	margin: 0 0 10px 0;
}

#searchContainer .Scrolling h4{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#searchContainer #mainToolBar{
	width: 700px;
	clear: both;
}

#searchContainer #titlebox{
	width: 700px;
	clear: both;
}

.explRow{
	font-style: italic;
	height: 100px;
}


/* Request a Viewing Specific */

#requestViewingContainer #PnlRequest{
	display: none;
}

#PnlCustDetailsForm h4{
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#PnlCustDetailsForm{
	width: 700px;
}

#PnlCustDetailsForm table{
	clear: both;
}

#pnlRequestBottom .LeftEnd{
	width: 0px;
	font-size: 1px;
}

#pnlRequestBottom  #TABLE1{
	height: 30px;
}

#PnlCustDetailsForm #addressTable, #PnlCustDetailsForm #telTable{
	padding: 10px;
	width: 600px;
}

#PnlCustDetailsForm #addressTable .col1, #PnlCustDetailsForm #telTable .col1{
	width: 200px;
	height: 30px;
}

#PnlCustDetailsForm #addressTable .col2, #PnlCustDetailsForm #telTable .col2{
	width: 400px;
	height: 30px;
}

/* Login Specific */

#loginContainer #mainToolBar div#prevCont {
	float: left;
	margin-right: 10px;
}

#loginContainer #mainToolBar div#registerCont {
	float: left;
}

#loginContainer #mainToolBar div#forgotPassCont {
	float: right;
}

#loginContainer table{
	clear: both;
}

#loginContainer .titleRow{
	font-weight: bold;
}

#loginContainer .footnoteTxt{
	font-style: italic;
}

#loginContainer#loginContent{
	padding: 10px;
	width: 600px;
}

#loginContainer #loginContent .col1{
	width: 200px;
	height: 30px;
}

#loginContainer #loginContent .col2{
	width: 400px;
	height: 30px;
}

#loginContainer span.loginError{
	font-weight: bold;
	color: #000;
	padding: 5px;
	margin: 10px 0 10px 0;
}

/* SHortlist Specific */

#shortListContainer #noProp{
	clear: both;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

/* Property Details */

#propertyDetailsContainer #propDetAddressPriceCont1{
	padding-bottom: 10px;
	border-bottom: 1px solid #8c8c8c;
}

#propDetMainImgCont1{
	float: left;
	width: 300px;
	margin: 10px 0 6px 0;
}

#propDetMainImgCont1 img{
	max-width: 296px;
	max-height: 222px;
}

#propDetThumbnailCont1{
	float: left;
	width: 306px;
	margin-left: -6px;
}

#propDetThumbnailCont1 img{
	max-width: 145px;
	max-height: 96px;
	margin: 0 0 6px 6px;
}

#propDetPropRefCont1{
	width:430px;
	margin: 10px 0 0 0;
	float:right;
	text-align: left;
	font-style: italic;
}

#propDetPropRefCont1 #propReference{
	display: none;
}


#propDetPropRefCont1 span{
	margin-right: 20px;
	font-size: 16px;
}

#propDetIconsCont1{
	width: 400px;
	margin: 10px 0 0 10px;
	float:right;
	border: 1px solid #c9c9c9;
	background-color: #f1f1f1;
	padding: 15px;
}
#propDetIconsCont1 li{
width: 190px;
float:left;}

#propDetIconsCont1 a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#propDetIconsCont1 span{
	margin: 0 0 0 10px;
	position: relative;
	top: -10px;
}

#propDetShortDescCont1{
	width:430px;
	margin: 20px 0 0 18px;
	float:right;
}

#propDetShortDescCont1 p{
	text-align: justify;
	margin: 0 0 10px 0;
}

#propDetRoomDetCont1{
	width:430px;
	margin: 20px 0 0 18px;
	float:left;
}

#propDetFavouriteCont1{
	width:280px;
	float:left;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
	text-align: center;
	text-transform: capitalize;
	border: 1px solid #c9c9c9;
	background-color: #f1f1f1;
}

span.priceOrder input, span.priceOrder label{
	float: left;
	width: 50px;
}

.propDetPrintFriendlyCont{
	display: none;
/*
	width:280px;
	float:left;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
	text-align: center;
	text-transform: capitalize;
	border: 1px solid #c9c9c9;
	background-color: #f1f1f1;
*/
}

.propDetPrintFriendlyCont a, #propDetFavouriteCont1 a{
	color: #000;
}

table#subtoolLinks input{
	margin: 0 0 10px 0;
}

.registerBody #maintoolbarBtm{
	display: none;
}	

#propDetPrintFriendlyImage{
	display: none;
}

span#propAddress{
	font-weight: bold;
	font-size: 20px;
}

span#propPrice{
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 0 50px;
}

span.roomHeading{
	font-weight: bold;
}

p.roomDescription{
	margin-bottom: 20px;
}

/* Email a Friend */

#emailFriendContainer #PnlSendEmail{
	float: left;
	width: 100%;
}

#emailFriendContainer #propertyDetail{
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}

#emailFriendContainer h4{
	float:left;
	font-size: 14px;
	font-weight: bold;
	margin: 0 40px 10px 0;
}

#PnlSendEmail .col4 input{
	margin: 0 15px 0 15px;
}

/* Property of the Week */

#powContainer{
	margin: 0px auto;
	text-align: center;
	width: 280px;
	overflow: hidden;
}

#powContainer img{
	max-width: 270px;
	margin: 5px 0 5px 0;
}

#powContainer #headingContainer{
	float:left;
	width: 280px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 40px 3px 0;
	text-align: center;
}
#powContainer #priceContainer{
	float:left;
	width: 280px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 40px 3px 0;
	text-align: center;
}


#contactMeContainer legend{
	margin: 0 0 10px 0;
	font-weight: bold;
}

#contactMeContainer #subToolBar #sendCont{
	margin: 10px 0 0 0;
}

#propFavPrintFriendlyCont{
	display: none;
}

#contactMeContainer fieldset{
	width: 150px;
	float:left;
	padding: 0 10px 0 0;
}

#contactMeContainer #propContainer{
	width: 560px;
	float:left;
}

#contactMeContainer #propTitle h4{
	margin: 0 0 10px 0;
	font-weight: bold;
}





/* Map Stuff */

/* mapping page styles---------------------------------------- */


/* Do Not Change These */
td#price {    font-weight:bold; }  td#powlink {    font-weight:bold; }  td#paging {     vertical-align:top;     height: 18px;     font-weight:bold; }    .select{ background-color: #ffffff; border: solid 1px #cec9c3; padding: 3px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; }  .DefaultPinOffset {position:absolute;left:0px;top:-20px;} .ActionButton {float:left; cursor:pointer; font-size:11px; font-weight:bold; color:Navy; padding:2px;} .ButtonDisabled {color: Gray;}    .ydsf { 	display: block; 	position: relative; 	margin: 4px -4px -4px 4px; 	background: url(images/shadow-grid.gif) repeat; }  /* ie6 ignores this selector */ html>body .ydsf {    height: 116px;     width: 154px; 	margin: 8px -8px -8px 8px; 	background: url(images/shadow.png) right bottom no-repeat; }  /* shadow corners */ .ydsf:before, .ydsf:after { 	content: " "; 	display: block; 	width: 8px; 	height: 8px; 	background: inherit;	 }  .ydsf:before { 	position: absolute; 	top: 0; 	right: 0; 	margin: -8px 0 0 auto; 	background-position: right top; }  .ydsf:after { 	margin: -8px 0 0 -8px; 	background-position: left bottom; }  .ydsf .inner {    border: 1px black; 	display: block; 	position: relative; 	overflow: hidden; /* prevents margin leakage from child elements */ 	left: -4px; 	top: -4px; }  /* ie6 ignores this selector */ html>body .ydsf .inner {    border: 1px black; 	left: -8px; 	top: -8px; 	margin: 0; }             /* The following control the size and styles of the main map elements */  /* The Body of the Map Page */ body#mapBody { 	margin: 0px; }  /* The "Key" heading on the search box */ .hdg{ position: absolute; left:0; top:0; width: 164px; height:12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; border-bottom: solid 1px #cec9c3; color: #333333; background-color: #FFFFFF; background-position: center right; padding-left: 5px; padding-top:  8px; padding-bottom: 8px; }  /* The outer div of the search box, including heading */ #searchBox {     display:block;     position:relative;     left:0;     top:0;     width:169px;     height:100%; }  /* The inner div of the search box, including heading */ #searchBoxInnerDiv { border: solid 1px #cec9c3; border-top: none; position: absolute; left:0; top:0; width: 100%; height:100%; color: #333333; background: #EEEEEE; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }  /* The map div */ #myMap {     position: absolute;     left:171px;     top:0;     width: 428px;     height: 335px; }/* The toolbar along the top */ #mainToolbarContainer { 		position:absolute; 		top:0; 		left:0; 		width:600px; 		height:24px; }  /* The container around the whole map page excluding the toolbar*/ .mapPage {     position:absolute;     top:24px;     left:0;     width:599px;     height:335px;     border-top: solid 1px #cec9c3;     border-right: solid 1px #cec9c3;     border-bottom: solid 1px #cec9c3;   }

/* Property Direct CSS */

#propDirectHeader #agentLogo {
	text-align:center;
}

#propDirectHeader #agencyDetails {
	text-align:center;
	margin: 0 0 10px 0;
}

#propDirectHeader #agencyDetails div {
	display: inline;
	margin: 0 10px 0 0;
	font-weight: bold;
	white-space: nowrap;
}